x11: Avoid a critical in clipboard data transfer
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 May 2020 01:29:15 +0000 (21:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 May 2020 01:31:19 +0000 (21:31 -0400)
commitc66f2ca9eb76b8a8dca14d2dc37416436b7fbfe1
tree8e3e636a98875ebb1f91637d27c2c8281aec31c3
parent9c13bf70a722ec733121055a4e70770e6dc5156c
x11: Avoid a critical in clipboard data transfer

The handler we are calling here asserts that it gets
an interned string as mime_type. So give it one.

Fixes: #2736
gdk/x11/gdkselectionoutputstream-x11.c